|
FEXP Solver
1.0.0.0
|
#include "FEXPCommon.h"#include "FEXPGeom.h"#include "FEXPMaterial.h"#include "FEXPSetting.h"#include "FEXPDataContainer.h"

Go to the source code of this file.
Macros | |
| #define | FE_NODE_BASE_VECT_LENGTH 6 |
| Base node vect length –> u, fi. More... | |
| #define | FINITE_ELEMENT_BLOCK FINITE_ELEMENT_SRUCT |
| #define | FINITE_ELEMENT_KEY_KEY(cls) STRUCT_KEYS(FINITE_ELEMENT_BLOCK, CLS_KEY(cls)) |
| #define | FINITE_ELEMENT_CLS(cls, basecls) CLS_MAP_PAIR(FINITE_ELEMENT_BLOCK, cls, basecls) |
Enumerations | |
| enum | EFEXPElementForce { eInternal, eContact } |
| The type of computed forces (external forces are considered similarly as constrains) More... | |
| enum | EFEXPNodeResult { ePos, eDispl, eStrain, eStress } |
| The type of result data. More... | |
Variables | |
| const FEXPFEDefinition::EFEXPFiniteElementType | FINITE_ELEMENT_SRUCT [FEXPFEDefinition::EFEXPFiniteElementType::eFeCount] |
| Types of implemented FEs. More... | |
| #define FE_NODE_BASE_VECT_LENGTH 6 |
Base node vect length –> u, fi.
| #define FINITE_ELEMENT_BLOCK FINITE_ELEMENT_SRUCT |
| #define FINITE_ELEMENT_CLS | ( | cls, | |
| basecls | |||
| ) | CLS_MAP_PAIR(FINITE_ELEMENT_BLOCK, cls, basecls) |
| #define FINITE_ELEMENT_KEY_KEY | ( | cls | ) | STRUCT_KEYS(FINITE_ELEMENT_BLOCK, CLS_KEY(cls)) |
| enum EFEXPElementForce |
| enum EFEXPNodeResult |
| const FEXPFEDefinition::EFEXPFiniteElementType FINITE_ELEMENT_SRUCT[FEXPFEDefinition::EFEXPFiniteElementType::eFeCount] |
Types of implemented FEs.